Skip to content

chore: add Qwen3.5 and Bielik v3.0 models#1096

Merged
msluszniak merged 2 commits intomainfrom
@bh/add-qwen3.5
Apr 27, 2026
Merged

chore: add Qwen3.5 and Bielik v3.0 models#1096
msluszniak merged 2 commits intomainfrom
@bh/add-qwen3.5

Conversation

@barhanc
Copy link
Copy Markdown
Contributor

@barhanc barhanc commented Apr 23, 2026

Description

Adds symbols for Qwen3.5 and Bielik models.

NOTE: The support for Qwen3.5 is experimental right now since due to architectural constraints (namely the GatedDeltaNet implementation) model requires sequential prefill fallback which results in very slow prefill.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Closes #935
Closes #1097

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@barhanc barhanc added chore PRs that are chores model Issues related to exporting, improving, fixing ML models labels Apr 23, 2026
@barhanc barhanc self-assigned this Apr 23, 2026
@barhanc barhanc changed the title feat: add Qwen3.5 and Bielik v3.0 models chore: add Qwen3.5 and Bielik v3.0 models Apr 23, 2026
@barhanc barhanc marked this pull request as ready for review April 27, 2026 13:35
@msluszniak msluszniak self-requested a review April 27, 2026 15:54
@msluszniak msluszniak merged commit 40dff29 into main Apr 27, 2026
4 checks passed
@msluszniak msluszniak deleted the @bh/add-qwen3.5 branch April 27, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that are chores model Issues related to exporting, improving, fixing ML models

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Bielik URL to the codebase Adding support for Qwen 3.5

2 participants